djbuch.kapitel_13
Class RSSNewsServlet

java.lang.Object
  |
  +--HttpServlet
        |
        +--djbuch.kapitel_13.RSSNewsServlet

public class RSSNewsServlet
extends HttpServlet

in Servlet umgewandelter Domino Java Agent

Author:
Thomas Ekert
See Also:
Serialized Form

Constructor Summary
RSSNewsServlet()
           
 
Method Summary
 void doGet(HttpServletRequest req, HttpServletResponse res)
           
 void doPost(HttpServletRequest req, HttpServletResponse res)
          HTTP Request von POST auf GET umleiten
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSNewsServlet

public RSSNewsServlet()
Method Detail

doGet

public void doGet(HttpServletRequest req,
                  HttpServletResponse res)
           throws java.io.IOException
java.io.IOException

doPost

public void doPost(HttpServletRequest req,
                   HttpServletResponse res)
            throws java.io.IOException
HTTP Request von POST auf GET umleiten

java.io.IOException